GtkAppChooserDialog: Make the search entry wider
authorMatthias Clasen <mclasen@redhat.com>
Thu, 22 May 2014 00:11:16 +0000 (20:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 22 May 2014 00:11:16 +0000 (20:11 -0400)
It was too narrow, and looked a bit odd.

https://bugzilla.gnome.org/show_bug.cgi?id=727147

gtk/resources/ui/gtkappchooserdialog.ui

index 2c1de6ca647baf98ed1bf9bcd34ae54ec79c0f18..b386328f3e9ed388b95bcdd50f473c3526c2bb29 100644 (file)
@@ -18,6 +18,8 @@
             <child>
               <object class="GtkSearchEntry" id="search_entry">
                 <property name="visible">True</property>
+                <property name="hexpand">True</property>
+                <property name="max-width-chars">40</property>
               </object>
             </child>
           </object>